home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / amos / AMOSL0495.lzh / AMOSLIST / 000064_amos-request@svcs1.digex.net_Thu Apr 13 17:16:22 1995.msg < prev    next >
Internet Message Format  |  1995-05-01  |  2KB

  1. Received: from svcs1.digex.net by nfs1.digex.net with SMTP id AA01759
  2.   (5.67b8/IDA-1.5); Thu, 13 Apr 1995 17:16:19 -0400
  3. Received: by svcs1.digex.net id AA02168
  4.   (5.67b8/IDA-1.5 for amos-out); Thu, 13 Apr 1995 11:59:23 -0400
  5. Received: from nfs1.digex.net by svcs1.digex.net with SMTP id AA02160
  6.   (5.67b8/IDA-1.5 for <amos@svcs1.digex.net>); Thu, 13 Apr 1995 11:59:18 -0400
  7. Received: from seraph.uunet.ca (uunet.ca) by nfs1.digex.net with SMTP id AA09152
  8.   (5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Thu, 13 Apr 1995 11:59:15 -0400
  9. Received: from portnoy.canrem.com ([198.133.42.17]) by mail.uunet.ca with SMTP id <186619-1>; Thu, 13 Apr 1995 11:57:49 -0400
  10. Received: from canrem.com by portnoy.canrem.com (4.1/SMI-4.1)
  11.     id AA11366; Thu, 13 Apr 95 11:50:59 EDT
  12. Received: by canrem.com (PCB-UUCP 1.1f)
  13.     id 1DB8E2; Thu, 13 Apr 95 11:46:07 -0500
  14. To: amos-list@access.digex.net
  15. Reply-To: CRSO.Amos@canrem.com
  16. Sender: CRSO.Amos@canrem.com
  17. Subject: Re: stdin/stdout
  18. From: mike.pelletier@canrem.com (Mike Pelletier)
  19. Message-Id: <60.2145.6587.0C1DB8E2@canrem.com>
  20. In-Reply-To: <9504122123.AA26230@goober.mbhs.edu>
  21. Date: Thu, 13 Apr 1995 12:35:00 -0400
  22. Organization: CRS Online  (Toronto, Ontario)
  23. Status: O
  24. X-Status: 
  25.  
  26. -> The problem is that your variables (MYIO, etc.) aren't global, and you end
  27. -> up trying to Close(0) or some such, so when DOS tries to dereference 0, it
  28. -> gets into trouble.  Just put a Global statement at the beginning for the
  29. -> variables which are shared between procedures.
  30.  
  31. Ok.  I did make MYIO global, but maybe I need to do it for another.  I'll check
  32. and get back to you.
  33.  
  34. If it works ok, who are the two authors who I should credit with the I/O
  35. routine help?
  36.  
  37. Andy Church is one, who is the other?
  38.  
  39. Well met and godspeed,
  40.                       Giark